SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 37980: ERROR: Column VALID_FROM_DTTM could not be found in the table/view identified with the correlation name A.

DetailsAboutRate It

The SAS® Performance Management Solutions 9.2 <cind_dds_10400_load_dimension_type_table> job might fail on systems that were migrated from a SAS Performance Management Solutions 9.1.3 environment.   The SAS Data Integration Studio log will display the error message:

     ERROR: Column VALID_FROM_DTTM could not be found in the table/view 
     identified with the correlation name A.
To correct this problem:
  1. Start SAS Data Integration Studio, 
    open the Connection Profile 
    and logon to the SAS Metadata Server.
  2. Select Tools > Code Editor.
  3. Copy the following code into the Code Editor: 
%startsln(sol);


%bldLibNm(sesetl_sasLibRef=_CIDDS


        , sesetl_OMRSASLibraryObjName=&CrossIndustryDDStier_folder./&CrossIndustryDDSLibObj./&CrossIndustryDDSLibObj


        , sesetl_useType=BASE


        ,  sesetl_validateLib=Y


         ) ;


PROC SQL;


    DROP TABLE _CIDDS.DIMENSION_TYPE_X;


    delete from _CIDDS.DIMENSION_TYPE;


quit;

  1. Select Run.
  2. After the job has run successfully, close the Code Editor window.

 



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Solutions Services Data ServerMicrosoft® Windows® for x645.15.29.2 TS2M39.2 TS2M3
Microsoft Windows Server 2003 Datacenter Edition5.15.29.2 TS2M39.2 TS2M3
Microsoft Windows Server 2003 Enterprise Edition5.15.29.2 TS2M39.2 TS2M3
Microsoft Windows Server 2003 Standard Edition5.15.29.2 TS2M39.2 TS2M3
Microsoft Windows Server 20085.15.29.2 TS2M39.2 TS2M3
Microsoft Windows XP Professional5.15.29.2 TS2M39.2 TS2M3
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.